1.C_test is C Language,compiling with GCC.
gcc -o C_test.c

2.Python_test is python3.
Install pyserial:
	pip3 install pyserial
Run the Python_test.python:
	python3 Python_test.python
